Global Index
HTML5 JS API Index > DOM Tutorials & Specs

NodeList

A NodeList object is a collection of nodes.

Properties
unsigned long
length
The length attribute must return the number of nodes represented by the collection.
Operations
Node?
item(unsigned long index)
The item(index) method must return the indexth node in the collection. If there is no indexth node in the collection, then the method must return null.
Referenced by
DocumentquerySelectorAll(...)
DocumentFragmentquerySelectorAll(...)
ElementquerySelectorAll(...)
HTMLButtonElementlabels
HTMLContentElementgetDistributedNodes()
HTMLInputElementlabels
HTMLKeygenElementlabels
HTMLMeterElementlabels
HTMLOutputElementlabels
HTMLProgressElementlabels
HTMLSelectElementlabels
HTMLTextAreaElementlabels
MutationRecordremovedNodes
NodechildNodes
ParentNodequerySelectorAll(...)
ShadowRootgetElementsByTagNameNS(...)
SVGSVGElementgetIntersectionList(...)